func crypto/ed25519/internal/edwards25519.scReduce

3 uses

	crypto/ed25519/internal/edwards25519 (current package)
		scalar.go#L90: 	scReduce(&s.s, &wideBytes)
		scalar.go#L146: 	scReduce(&s.s, &wideBytes)
		scalar.go#L619: func scReduce(out *[32]byte, s *[64]byte) {